*{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0px;
    margin: 0px;
    
}

/*navbar start*/
li, a, button{
    font-family: "YanoneKaffeesatz", sans-serif ;
    font-weight: 500;
    font-size: 19px;
    color: #edf0f1;
    text-decoration: none;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 1%;
    background-color: rgba(0, 0, 0, 0.911);
    width: 100%;
    position: fixed;
    top:0%;
    z-index: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}

.logo{
    cursor: pointer;
    width: 10%;
    padding: 0px 10px;
    order: 3;
    margin-left: auto;
    margin-right: 10px;
}

.nav{
    order: 1;
}

.nav_links1{
    list-style: none;
    background-color:none;
    padding: 0px;
}

.nav_links1 li{
    display: inline-block;
    padding: 8px;
    margin: 0px 0px;
    background-color: none;
    border-radius: 10px;
    
}

.nav_links1 li:nth-child(1){
    padding: 0px 0px 0px 0px;
    color:  blue;
    margin: 0px 0px 0px -11px;
}

.nav_links1 li a{
    transition: all 0.3s ease 0s;
    background-color: none;
    padding: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav_links1 li a:hover{
    color: rgb(169, 34, 0);
    background-color: white;
}

.cta{
    background-color: none;
    border-radius: 50px;
    padding: 0px 0px;
    margin: 0px 30px;
    order: 2;
}

.button{
    padding: 4px 15px;
    background-color: rgb(169, 34, 0);
    border: 1px solid rgb(169, 34, 0) ;
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease 0s;

}

.button:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(169, 34, 0) ;
}
/*navbar end*/

/*screen resize start*/

@media (max-width:380px){
    header{
        display: hidden;
    }
    .logo{
        display: none;
    }
    .nav{
        display: none;
    }
    .cta{
        display: none;
    }
}

@media (max-width:440px){
    .container .box .details{
        display: none;
    }
    
    .container .box:hover .details{
        display: none;
    }
    
    .container .box .details .content{
        display: none;
    }
    
    .container .box .details .content h2{
        display: none;
    }
    
    .container .box .details .content p{
        display: none;
        
    }
}

@media (min-width: 2560px ){
   
    .slider{
        margin: auto;
        margin-top: 50px;
        max-width: 1280px;
        height: 600px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        left: 25%;
    }


}

/*screen resize end*/

.body{
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color:rgb(43, 39, 39);
}

.slider{
    margin: 35px;
    margin-top: 50px;
    max-width: 1280px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    
}

.slides{
    width: 800px;
    height: 500px;
    display: flex;
}

.slides input{
    display: none;
}

.slide{
    width:1000%;
    transition: 2s;
}

.slide img{
    width:1280px;
    height: 900px;
    margin-bottom: 1000px;
}

/* css for the manual slides navigation */

.navigation-manual{
    
    max-width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content:center;
    
}

.manual-btn{
    border: 2px solid black;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.8s;
    text-align: center;
    position: relative;
    right: 25%;
    left: 1%;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background-color: black;  
}

#radio1:checked ~ .first{
    margin-left: 0;
    transition:  1s;
}

#radio2:checked ~ .first{
    margin-left: -160%;
    transition:  1s;
}

#radio3:checked ~ .first{
    margin-left: -320%;
    transition:  1s;
}

#radio4:checked ~ .first{
    margin-left: -480%;
    transition:  1s;
}

/*css for automatic navigation*/
.navigation-automatic{
    position: absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 460px;
}

.navigation-auto div{
    border: 2px solid black;
    padding: 5px;
    border-radius: 10px;
    transition: 0.8s;
}

.navigation-auto div:not(:last-child){
    margin-left: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background:black ;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
    background:black ;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
    background:black ;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
    background:black ;
}

.word{
    color: white;
    position: absolute;
    right: 50px;
    top: 200px;
    font-size: 60px;
    font-weight: lighter;   
}

.word p b i{
    color: brown;
    font-size: larger;
}

/*side nav start */
#sideNav{
    width: 210px;
    height: 100vh;
    position: fixed;
    right: -210px;
    top: 0;
    background:white;
    z-index: 2;
    transition: 0.5s;
    box-shadow: 2px 5px 21px 2px rgba(70, 63, 63, 0.781);
    
    
}

nav ul li{
    list-style: none;
    margin: 0px;
    margin-top: 0px;
    transition: 0.5s;
    text-align: center;
    font-size: 50px;
    padding: 30px;
    display: flex;
    flex-wrap: nowrap; 
}



nav ul li:hover{
    background-color: rgb(218, 212, 212);
    padding: 30px 40px;
    font-size: 30px;
    transition: 0.5s;

}

#sideNav nav ul li:nth-child(1){
    margin-top: 15vh;
}

nav ul li a{
    text-decoration: none;
    color: brown;
    margin-right: 100px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 10px;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 
    'Open Sans', 'Helvetica Neue', sans-serif;
}

#manuBtn{
    width: 40px;
    height: 40px;
    background:brown ;
    text-align: center;
    position: fixed;
    right: 0.5%;
    top:6%;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
    box-shadow: 1px 2px 20px 1px rgba(70, 63, 63, 0.781);
}

#manuBtn img{
    width: 30px;
    margin-top: 8px;
}
/*side nav end */

/*gallery start*/
.galleryBody{
    margin: 0;
    padding: 0px 0px 0px 0px;
    background: radialgradient( #993333, #ecc6c6, #993333) repeat center fixed;
    background-color: white;
    background-size: cover;
    font-family: sans-serif;
    top: 0px;
}

.container{
    max-width: 100%;
    margin: 70px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    
}

.container .box{
    position: relative;
    max-width: 300px;
    max-height: 450px;
    background: rgba(255, 255, 0, 0);
    margin: 20px auto;
    box-sizing: border-box;
    display: inline-block;
    left: 0%;
    box-shadow: 2px 5px 21px 2px rgba(70, 63, 63, 0.781);
    border-radius: 10px;    
    
}

.container .box .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.container .box .imgBox img{
    max-width: 100%;
    transition: transform 1.5s;   
    

}

.container .box:hover .imgBox img{
    transform: scale(1.2);
}

.container .box .details{
    text-align: center;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.322);
    transform: scaleY(0);
    transition: transform 0.5s;
}

.container .box:hover .details{
    
    transform: scaleY(1);
}

.container .box .details .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #fff;
}

.container .box .details .content h2{
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: brown;
}

.container .box .details .content p{
    margin: 10px 0 0 ;
    padding: 0;
    
}

/*galler part two start*/
.galleryBody2{
    background:#fff;    
    padding: 0;
    font-family: sans-serif;
    position: relative;
}

.container2{
    max-width: 100%;
    margin: 10px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container2 .box2{
    position: relative;
    max-width: 425px;
    max-height: 280px;
    background: rgba(255, 255, 0, 0);
    margin: 20px auto ;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 2px 5px 21px 2px rgba(70, 63, 63, 0.781);
    border-radius: 10px;
}

.container2 .box2 .imgBox2{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.container2 .box2 .imgBox2 img{
    max-width: 100%;
    transition: transform 2s;    
}

.container2 .box2:hover .imgBox2 img{
    transform: scale(1.2);
}

.container2 .box2 .details2{
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    background-color: rgba(0,0,0,0.5);
    transform: scaleY(0);
    transition: transform 0.5s;
}

.container2 .box2:hover .details2{
    transform: scaleY(1);
}

.container2 .box2 .details2 .content2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #fff;
}

.container2 .box2 .details2 .content2 h2{
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: brown;
}

.container2 .box2 .details2 .content2 p{
    margin: 10px 0 0 ;
    padding: 0;
    
}

/*galler part two end*/

/*gallery end*/

/*fotter start*/
footer{
    position: relative;
    width: auto;
    margin-top: 8rem;
    height: auto;
    padding: 50px 50px;
    background-color: #111;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container0{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .container0 .sec{
    margin-right: 30px;

}

footer .container0 .sec.aboutus{
    width: 40%;
}

footer .container0  h2{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

footer .container0  h2:before{
    content: '';    
    position: absolute;
    bottom: -5px;
    left: 0;
    width:50px  ;
    height: 2px;
    background-color: brown;
}

footer p{
    color: #999;
}

.sci{
    margin-top: 20px;
    display: flex;
}

.sci li{
    list-style: none;
}

.sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.sci li a:hover{
    background: brown;
    transition: all ease 0.3s;
}

.sci li a .fab{
    color: #fff;
    font-size: 20px;
    transition: all ease 0.3s;
}

.quickLinks{
    position: relative;
    width: 25%;
}

.quickLinks ul li {
    list-style: none;
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: all ease 0.25s;
}

.quickLinks ul li a{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: all ease 0.25s;
}

.quickLinks ul li a:hover{
    color: #fff;
    transition: all ease 0.25s;
    padding-left: 8px;
}

.contact0{
    width: calc(35% - 60px);
    margin-right: 0 !important;
}

.contact0 .info0{
    position: relative;
}

.contact0 .info0 li {
    display: flex;
    margin-bottom: 16px;
}

.contact0 .info0 li span:nth-child(1) {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.contact0 .info0 li span{
    color: #999;
}

.contact0 .info0 li a{
    color: #999;
    text-decoration: none;
}

.contact0 .info0 li a:hover{
    color: #fff;
    text-decoration: none;
}

.copyrightText{
    width: auto;
    background-color: #181818;
    padding: 8px 50px;
    text-align: center;
    color: #999;
}

/*responsive code start*/

@media (max-width: 991px ){
    footer{
        padding: 40px;
    }

    footer .container0{
        flex-direction: column;
    }

    footer .container0 .sec{
        margin: 0px auto;
        margin-bottom: 40px;
    }

    footer .container0 .sec.aboutus,.quickLinks,.contact0{
        width: 100%;
    }

    .copyrightText{
        padding: 8px 50px;
    }

}
/*responsive code end*/

/*fotter start*/
footer{
    position: relative;
    width: auto;
    margin-top: 8rem;
    height: auto;
    padding: 50px 50px;
    background-color: #111;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container0{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .container0 .sec{
    margin-right: 30px;

}

footer .container0 .sec.aboutus{
    width: 40%;
}

footer .container0  h2{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

footer .container0  h2:before{
    content: '';    
    position: absolute;
    bottom: -5px;
    left: 0;
    width:50px  ;
    height: 2px;
    background-color: brown;
}

footer p{
    color: #999;
}

.sci{
    margin-top: 20px;
    display: flex;
}

.sci li{
    list-style: none;
}

.sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.sci li a:hover{
    background: brown;
    transition: all ease 0.3s;
}

.sci li a .fab{
    color: #fff;
    font-size: 20px;
    transition: all ease 0.3s;
}

.quickLinks{
    position: relative;
    width: 25%;
}

.quickLinks ul li {
    list-style: none;
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: all ease 0.25s;
}

.quickLinks ul li a{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: all ease 0.25s;
}

.quickLinks ul li a:hover{
    color: #fff;
    transition: all ease 0.25s;
    padding-left: 8px;
}

.contact0{
    width: calc(35% - 60px);
    margin-right: 0 !important;
}

.contact0 .info0{
    position: relative;
}

.contact0 .info0 li {
    display: flex;
    margin-bottom: 16px;
}

.contact0 .info0 li span:nth-child(1) {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.contact0 .info0 li span{
    color: #999;
}

.contact0 .info0 li a{
    color: #999;
    text-decoration: none;
}

.contact0 .info0 li a:hover{
    color: #fff;
    text-decoration: none;
}

.copyrightText{
    width: auto;
    background-color: #181818;
    padding: 8px 50px;
    text-align: center;
    color: #999;
}

/*responsive code start*/

@media (max-width: 2560px ){
   

}
/*responsive code end*/
/*fotter end*/